h1,
h2,
h3,
h4,
h5,
dl,
dt,
a,
span,
p,
ul,
html,
body,
input {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

body {
	font-family: "微软雅黑";
}

a {color: #333333; text-decoration: none;}
a:hover {text-decoration: none; color: #ffb200;}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

.title>h3 {
	margin: 51px 0 25px 0;
    font-size: 28px;
    color: #25487E;
    text-align: center;
    text-transform: uppercase;
}

.title>h3:after {
	display: block;
	margin: 0 auto;
	margin-top:10px;
	content: "";
	width: 70px;
	height: 2px;
	background: #FBBF34;
}

.p_title {
	text-align: center;
	font-size: 16px;
    color: #202F32;
    line-height: 28px;
	height: 80px;
}